module Base
{

    item KneePads_Cerberus
    {
        ItemType = base:clothing,,
        ClothingItem = KneePads_Cerberus,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Cerberus,
        ScratchDefense = 15,
        BiteDefense = 10,
        Weight = 0.2,
	ClothingItemExtra = KneePads_Cerberus_Tight,
	ClothingItemExtraOption = Tight,
	ClothingExtraSubmenu = PutOn,
        WorldStaticModel = KneePads_Cerberus_Ground,
    }

    item KneePads_Cerberus_Tight
    {
        ItemType = base:clothing,,
        ClothingItem = KneePads_Cerberus_Tight,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Cerberus,
        ScratchDefense = 15,
        BiteDefense = 10,
        Weight = 0.2,
	ClothingItemExtra = KneePads_Cerberus,
	ClothingItemExtraOption = PutOn,
	ClothingExtraSubmenu = Tight,
        WorldStaticModel = KneePads_Cerberus_Ground,
    }

    model KneePads_Cerberus_Ground
    {
        mesh = WorldItems/Clothing/KneePads_Cerberus_Ground,
        scale = 1,
    }





}
